.titletext {
    color: #99E1D9;
    padding: 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 300%;
    text-align: center;
}

.basictext {
    color: black;
    font-family: 'Assistant';
    font-size: 160%;
    text-align: center;
}

.projectlink{
    white-space: nowrap;
    width: 200%; 
    line-height: 250%;
    border: 3px solid #99E1D9;
    border-radius: 70px;
    color: black;
    font-family: 'Assistant';
    padding: 7px 1.5%;
    text-align: center;
    font-size: 120%; 
    text-decoration: none;
}

.projectlink:hover {
    background-color: #99E1D9;
    color: white;
}

.contactlink{
    display: inline-block;
    color: #99E1D9;
    font-family: 'Assistant';
    font-size: 160%;
    text-decoration: None;
}

.contactlink:hover{
    color:#FFFAE3; 
}

.footertext{
    display: inline-block;
    color: white;
    font-family: 'Assistant';
    font-size: 160%; 
    text-decoration: None;
}


html{
    background-attachment: fixed
    height: 100%;
    background-repeat: no-repeat;
    padding-bottom:0px;
    background-size: cover;
}

#footer{
    width: 80%;
    padding-left: 10%;
    display: inline-block;
    /*background: #FFFAE3;*/
    /*position: fixed;*/
    padding-top: 5%;
    font-size: 15px;
    padding-bottom: 5%;
    text-align: center;
}

div span{
    text-align: center;
    padding-top: 17%;
    padding-left: 0.7%;
    padding-right: 0.7%;
    padding-bottom: 0px;
    /*background: #FFFAE3;*/
}


/* Menu Bar */
ul {
    line-height: 130%;   
    width: 80%;
    padding-left: 10%; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

li {
    font-size: 2.5vh;
    display: inline;
}

li a {
    color: #5D576B;
    padding: 1.5vw;
    text-decoration: none;
    font-family: 'Quicksand';
}

li a:hover {
    color: #99E1D9;
    /* background-color: #FFFFFF; */
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
